home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000075_news@columbia.edu _Thu Sep 2 13:50:03 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA06401
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 2 Sep 1999 13:50:03 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA22987
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 2 Sep 1999 13:48:10 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: credit report pull - newbie
  11. Date: 2 Sep 1999 17:48:08 GMT
  12. Organization: Columbia University
  13. Message-ID: <7qmd8o$me8$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <7qmau4$pmb$1@nnrp1.deja.com>,  <a_ppi_s@my-deja.com> wrote:
  17. : I'm trying to write a script to dial
  18. : into a major credit bureau to pull credit in an automated fashion.
  19. : Basically my plan is to use procmail to check incoming email and pull
  20. : specific fields as arguments to be passed to a script that will in turn
  21. : dial out to a processor... so with that in mind It looks like kermit
  22. : will work great for me.
  23. : So, my question is, how difficult is it to write a wermit program like
  24. : this?  Any pointers to get me started in the right direction?
  25. Start by reading the script programming chapters of the manual, Using
  26. C-Kermit:
  27.  
  28.   http://www.columbia.edu/kermit/manuals.html
  29.  
  30. (or other appropriate manual, depending on which platform you are developing
  31. on).  And then look through the Kermit script library:
  32.  
  33.   http://www.columbia.edu/kermit/scriptlib.html
  34.  
  35. for examples.
  36.  
  37. - Frank